home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / systems / mac / oztex / mf.hqx / Metafont / texmf.env < prev    next >
Text File  |  1995-02-03  |  4KB  |  132 lines

  1. * OzTeX users please note: you only need to change the HOME path
  2. * (and the PASSWORD string after you register with Tom).
  3. *
  4. * TeX and Metafont environment variables.
  5. *
  6. * The paths given here must be in Unix file system notation.
  7. * This means that paths are separated by a colon(:) and
  8. * directories or folder are separated by a slash(/).
  9. * A period(.) stands for the current directory and on the
  10. * Macintosh this will be the folder containing the dvi (or whatever) file
  11. * which is being converted. All absolute paths must begin
  12. * with a slash(/). All other paths are relative and begin with
  13. * a period(.), i.e., they are paths relative to the current
  14. * directory. The current directory usually expands to the name
  15. * of the folder containing the file being processed.
  16. * A tilde(~) is a wild card character that expands
  17. * to the value of the HOME variable. In Unix HOME is set by
  18. * the shell to be the home directory, but on the Macintosh
  19. * there is no "home" folder so you can set HOME to be anything
  20. * you wish, as long as it is an absolute path. 
  21. * If a path ends with two slashes(//), all the
  22. * subfolders of the given path will also be searched.
  23. *
  24. * Unlike Unix, directory or folder names and file names may
  25. * contain spaces. However, these names may not contain an
  26. * asterisk(*).
  27. *
  28. * Any line beginning with an asterisk(*) is a comment line and
  29. * is ignored by the reading program. Every other line must begin
  30. * with one of the environment variable names, followed by
  31. * a space, and then the path associated with that variable.
  32. * A path may be continued on the next line if you type
  33. * a back-slash '\' immediately before the return key
  34. * and continuing the path immediately on the next line.
  35. * A variable can be "turned off" by putting an asterisk(*)
  36. * before the variable name or by deleting the variable
  37. * entirely from this file.  
  38. *
  39. *
  40. * PASSWORD is the variable which dismisses the numerous dialog boxes
  41. * reminding you to register your copy of CMacTeX 2.3. The correct value 
  42. * for this variable will be sent to you via e-mail when you send in your
  43. * registration fee.
  44. *
  45. PASSWORD abcdefghi#0000000
  46. *
  47. *
  48. * HOME can be set to anything.  A tilde(~) in any other path
  49. * will expand to the value of HOME.
  50. HOME /HD/OzTeX
  51. *
  52. *
  53. * TEXINPUTS is the list of folders in which TeX will look 
  54. * for macro and style files.
  55. *
  56. TEXINPUTS .:~/TeX-inputs//
  57. *
  58. *
  59. * TEXFONTS is the list of folders in which TeX will look for tfm files.
  60. *
  61. TEXFONTS .:~/TeX-fonts//
  62. *
  63. *
  64. * TEXFORMATS is the list of folders in which TeX will look 
  65. * for format(.fmt) files.
  66. *
  67. TEXFORMATS .:~/TeX-formats
  68. *
  69. *
  70. * TEXPOOL is the list of folders in which TeX will look for pool files.
  71. *
  72. TEXPOOL .:~/TeX-formats
  73. *
  74. *
  75. * MFINPUTS is the list of folders in which Metafont will look for input files.
  76. *
  77. MFINPUTS .:~/Metafont/mfinputs
  78. *
  79. *
  80. * MFBASES is the list of folders in which Metafont will look for base files.
  81. *
  82. MFBASES .:~/Metafont/mfbases
  83. *
  84. *
  85. * MFPOOL is the list of folders in which Metafont will look for pool files.
  86. *
  87. MFPOOL .:~/Metafont/mfbases
  88. *
  89. *
  90. * PKFONTS is the list of folders in which TeX will look for pk fonts.
  91. *
  92. PKFONTS .:~/PK-files
  93. *
  94. *
  95. * VFFONTS is the list of folders in which TeX will look for vf fonts.
  96. *
  97. VFFONTS .:~/VF-files
  98. *
  99. *
  100. * The next entries allow the user to customize the Transfer Menu
  101. * in tex.  This menu allows you to simply launch or bring an already
  102. * opened application to the front.  Whatever appears between the double
  103. * quotes will be an entry in the Transfer Menu. A Command Key equivalent
  104. * may be designated with a /.  When you select an entry from the Transfer
  105. * Menu the application whose full Unix path is given here will either be
  106. * launched or brought to the front. 
  107. *
  108. "Editor /E" ~/BBEdit Lite/BBEdit Lite 3.0
  109. "dvips /D" ~/Dvips/dvips
  110. *
  111. *
  112. * If you want smalltex or bigtex to launch your editor and display the
  113. * file containing an error reported by TeX when you type an 'e' at a ? prompt,
  114. * you must define the variable Editor.
  115. *
  116. Editor ~/BBEdit Lite/BBEdit Lite 3.0
  117. *
  118. *
  119. * If you want TeX to automatically launch dvipreview when it successfully
  120. * processes a file, set AUTOVIEW to 1 or else set it to 0.
  121. *
  122. AUTOVIEW 1
  123. *
  124. *
  125. * TeX and MF will display the full pathname of each file they try to open
  126. * if DEBUG is set to 1. This feature can be used to debug your installation.
  127. * The output is stored in a file, e.g., smalltex.log in the same folder as
  128. * the application.
  129. *
  130. DEBUG 0
  131.